You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > Statistics Class > Statistics Methods > CorrCoef Method > Statistics.CorrCoef Method ([In] TMtx, [In] TMtx)
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Statistics.CorrCoef Method ([In] TMtx, [In] TMtx)

Pearson correlation coefficients between matrix rows and cols.

Syntax
C#
Visual Basic
public static void CorrCoef([In] TMtx X, [In] TMtx aResult);

This version calculates Pearson correlation coefficients rx,y between X matrix rows and cols. X colums are treated as samples (variables) and rows as values (observables).

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!